18. Quiz

Mathematical equations used in Vector drawing to create lines and shapes.

SOLUTION: Path

Individual pixel data stored and assembled to produce a final image.

SOLUTION: Bitmap

Style and color data used to fill Vector and Bitmap images.

SOLUTION: Paint

The outside edge of a vector shape.

SOLUTION: Stroke

MotionEvent for when a user first touches the display

SOLUTION: ACTION_DOWN

MotionEvent for when a user drags across a display

SOLUTION: ACTION_MOVE

MotionEvent for a user releases the display

SOLUTION: ACTION_UP